3.38 \(\int \frac{x (A+B x)}{\left (a+b x^2\right )^{5/2}} \, dx\)

Optimal. Leaf size=47 \[ \frac{B x}{3 a b \sqrt{a+b x^2}}-\frac{A+B x}{3 b \left (a+b x^2\right )^{3/2}} \]

[Out]

-(A + B*x)/(3*b*(a + b*x^2)^(3/2)) + (B*x)/(3*a*b*Sqrt[a + b*x^2])

_______________________________________________________________________________________

Rubi [A]  time = 0.0721242, antiderivative size = 47, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.111 \[ \frac{B x}{3 a b \sqrt{a+b x^2}}-\frac{A+B x}{3 b \left (a+b x^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]  Int[(x*(A + B*x))/(a + b*x^2)^(5/2),x]

[Out]

-(A + B*x)/(3*b*(a + b*x^2)^(3/2)) + (B*x)/(3*a*b*Sqrt[a + b*x^2])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 5.8059, size = 36, normalized size = 0.77 \[ \frac{B x}{3 a b \sqrt{a + b x^{2}}} - \frac{A + B x}{3 b \left (a + b x^{2}\right )^{\frac{3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x*(B*x+A)/(b*x**2+a)**(5/2),x)

[Out]

B*x/(3*a*b*sqrt(a + b*x**2)) - (A + B*x)/(3*b*(a + b*x**2)**(3/2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0396952, size = 32, normalized size = 0.68 \[ \frac{b B x^3-a A}{3 a b \left (a+b x^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]  Integrate[(x*(A + B*x))/(a + b*x^2)^(5/2),x]

[Out]

(-(a*A) + b*B*x^3)/(3*a*b*(a + b*x^2)^(3/2))

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 29, normalized size = 0.6 \[ -{\frac{-bB{x}^{3}+Aa}{3\,ab} \left ( b{x}^{2}+a \right ) ^{-{\frac{3}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x*(B*x+A)/(b*x^2+a)^(5/2),x)

[Out]

-1/3*(-B*b*x^3+A*a)/(b*x^2+a)^(3/2)/a/b

_______________________________________________________________________________________

Maxima [A]  time = 1.33132, size = 69, normalized size = 1.47 \[ -\frac{B x}{3 \,{\left (b x^{2} + a\right )}^{\frac{3}{2}} b} + \frac{B x}{3 \, \sqrt{b x^{2} + a} a b} - \frac{A}{3 \,{\left (b x^{2} + a\right )}^{\frac{3}{2}} b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x + A)*x/(b*x^2 + a)^(5/2),x, algorithm="maxima")

[Out]

-1/3*B*x/((b*x^2 + a)^(3/2)*b) + 1/3*B*x/(sqrt(b*x^2 + a)*a*b) - 1/3*A/((b*x^2 +
 a)^(3/2)*b)

_______________________________________________________________________________________

Fricas [A]  time = 0.266372, size = 66, normalized size = 1.4 \[ \frac{{\left (B b x^{3} - A a\right )} \sqrt{b x^{2} + a}}{3 \,{\left (a b^{3} x^{4} + 2 \, a^{2} b^{2} x^{2} + a^{3} b\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x + A)*x/(b*x^2 + a)^(5/2),x, algorithm="fricas")

[Out]

1/3*(B*b*x^3 - A*a)*sqrt(b*x^2 + a)/(a*b^3*x^4 + 2*a^2*b^2*x^2 + a^3*b)

_______________________________________________________________________________________

Sympy [A]  time = 18.7961, size = 95, normalized size = 2.02 \[ A \left (\begin{cases} - \frac{1}{3 a b \sqrt{a + b x^{2}} + 3 b^{2} x^{2} \sqrt{a + b x^{2}}} & \text{for}\: b \neq 0 \\\frac{x^{2}}{2 a^{\frac{5}{2}}} & \text{otherwise} \end{cases}\right ) + \frac{B x^{3}}{3 a^{\frac{5}{2}} \sqrt{1 + \frac{b x^{2}}{a}} + 3 a^{\frac{3}{2}} b x^{2} \sqrt{1 + \frac{b x^{2}}{a}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x*(B*x+A)/(b*x**2+a)**(5/2),x)

[Out]

A*Piecewise((-1/(3*a*b*sqrt(a + b*x**2) + 3*b**2*x**2*sqrt(a + b*x**2)), Ne(b, 0
)), (x**2/(2*a**(5/2)), True)) + B*x**3/(3*a**(5/2)*sqrt(1 + b*x**2/a) + 3*a**(3
/2)*b*x**2*sqrt(1 + b*x**2/a))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.217458, size = 35, normalized size = 0.74 \[ \frac{\frac{B x^{3}}{a} - \frac{A}{b}}{3 \,{\left (b x^{2} + a\right )}^{\frac{3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x + A)*x/(b*x^2 + a)^(5/2),x, algorithm="giac")

[Out]

1/3*(B*x^3/a - A/b)/(b*x^2 + a)^(3/2)